From: Richard M. Stallman Date: Thu, 17 Feb 1994 19:23:59 +0000 (+0000) Subject: (Finsert_file_contents): Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93083 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cb8b39c7fbb62acd94572a3b0afb2b10900a57a9;p=emacs.git (Finsert_file_contents): Fix previous change. --- diff --git a/src/fileio.c b/src/fileio.c index ab2e6396cdb..acee2e7d73c 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2623,6 +2623,7 @@ and (2) it puts less data in the undo list.") if (same_at_start == ZV) { close (fd); + specpdl_ptr = specpdl + count; goto handled; } immediate_quit = 1;